From 86a6564c717df2c6ce0f4290830b2b01c209a6e8 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 25 Apr 2011 21:18:17 +0000 Subject: [PATCH] Followup r86898, fix $wgProxyScriptPath --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bd6c733067..6ce6e5155c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3707,7 +3707,7 @@ $wgBlockOpenProxies = false; /** Port we want to scan for a proxy */ $wgProxyPorts = array( 80, 81, 1080, 3128, 6588, 8000, 8080, 8888, 65506 ); /** Script used to scan */ -$wgProxyScriptPath = "$IP/includes/proxy_check.php"; +$wgProxyScriptPath = "$IP/maintenance/proxy_check.php"; /** */ $wgProxyMemcExpiry = 86400; /** This should always be customised in LocalSettings.php */ -- 2.20.1